Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Informações
titleAttention

This page has been revised to take into account server settings for update 1.6 or higher.

Index

Índice
maxLevel3
outlinetrue
exclude.*ndex
stylenone


Purpose

...

The purpose of this guide is to advise the environment administrator on creating backup copies of the TOTVS Fluig Platform database, installation folder and file directory.


Application backup

...

To back up the platform application, it is best to do a full backup including the installation folder, the complete volume and the database. This backup can be manual or automated, depending on what they find best. For volume backup, just save the entire folder.

The installation backup can also be for the entire folder, so you can restore it if necessary.

See below for the procedure for each operating system.


Windows

...

Painel
borderColor#f2f2f2
Deck of Cards
historyfalse
idwindows
Card
id1
labelStop services


1. Stop all Fluig services (fluig_RealTime, fluig_Indexer, FLUIG).


Card
id2
labelCopy database


2. Access the database manager and make a copy of the Fluig database.

Nota

The Client is responsible for installing the Database. Call your IT team for guidance on how to perform the backup.

Card
id3
labelCopy installation


3. Copy the application files (installation directory and volume).

3.1. Delete the temporary folders data, log, servers and temp located in [installation_directory]\appserver\domain.

Image Added

3.2. Make a backup copy of the installation directory (where the system files responsible for running the platform are stored) and the volume directory (where the documents, forms, templates and other files published by users on the platform are stored).

Image Added

The location of the volume is defined by the administrator when creating the company in Fluig.


Linux

...

Painel
borderColor#f2f2f2
Deck of Cards
historyfalse
idLinux
Card
defaulttrue
id1
labelStop services


1. Stop all Fluig services.

Using init

Bloco de código
languagebash
titlefluig
service fluig stop
Bloco de código
languagebash
titleIndexer
service fluig_Indexer stop
Bloco de código
languagebash
titleRealTime
service fluig_Realtime stop
Using systemd
Bloco de código
languagebash
titlefluig
systemctl stop fluig
Bloco de código
languagebash
titleIndexer
systemctl stop fluig_Indexer
Bloco de código
languagebash
titleRealTime
systemctl stop fluig_Realtime
No services
Bloco de código
languagebash
titlefluig
#To identify the fluig service number
ps -wef | grep standalone.sh

#To end the service kill 
[nº serviço fluig]
Bloco de código
languagebash
titleIndexer
service fluig_Indexer stop
Bloco de código
languagebash
titleRealTime
#To identify the node service number
ps -wef | grep node

#To end the service
kill [nº serviço node]
Card
defaulttrue
id2
labelCopy database


2. Access the database manager and make a copy of the Fluig database.

Nota

The Client is responsible for installing the Database. Call your IT team for guidance on how to perform the backup.

Card
id3
labelCopy installation


3. Copy the application files (installation directory and volume).

3.1. Delete the temporary folders data, log, servers and temp located in [installation_directory]/appserver/domain.

Bloco de código
languagebash
titleTemporary folders
#Go to the /appserver/domain folder in the installation directory and delete the temporary folders  

#data
rm data -R

#log
rm log -R

#temp
rm temp -R

3.2.  Make a backup copy of the installation directory (where the system files responsible for running the platform are stored) and the volume directory (where the documents, forms, templates and other files published by users on the platform are stored).

Bloco de código
languagebash
titlePasta de Instalação
#Copy the fluig installation folder

cp -R [pasta de instalacao] [diretorio de backup]
Bloco de código
languagebash
titleVolume
#Copy fluig volume
  
cp -R [volume] [diretorio de backup]
Dica

Learn more about setting up and using volumes at Plataform ❙ Volumes (wcmadmin).

HTML
<div id="main-content" class="wiki-content group"> <p>Follow the step by step below to perform the TOTVS Fluig Platform Backup.</p> <p> <span style="color: rgb(112, 112, 112);"><br /></span> </p> <h5 id="BackupdaaplicaçãoFluig-Passoapassoparabackup"> <span style="color: rgb(112, 112, 112);">Backup step by step</span> </h5> <p> <span style="color: rgb(112, 112, 112);"><br /></span> </p> <p> <strong>1.</strong> Stop all Fluig services </p> <p> <br /> <strong>2.</strong> Copy database </p> <p> <br /> <strong>3.</strong> Make a copy of the physical files </p> <p> <br /> <strong>4.</strong> Copy application files (installation and volume). </p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; <strong>4.1</strong> Delete existing temporary folders (temporary folders: <em>log</em>, <em>temp</em> and <em>data</em> available at: '&lt;Dir_Inst> \fluig\jboss\standalone') </p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;<strong>4.2</strong> Make a copy of the application files </p> <p>&#160;</p> <p>&#160;</p> </div>