Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Poznámka

Management of D2000 applications must be performed as user roota root user.

The script <instancedir>/bin/d2app <command> [<appname>] is used for management of D2000 applications

...

The script will offer the creation of an archive database for the application , after approval fill in the name of the archive:

...

Blok kódu
languagetext
themeEmacs
[root@localhost bin]# ./d2app export-syscfg app1
Enter dump file name [app1.syscfg_dmp]:
Enter password for postgresql user dba:
Export to app1.syscfg_dmp finished.

export-logfile

exports monitoring log database to a file 

Blok kódu
languagetext
themeEmacs
[root@localhost bin]# ./d2app export-logfile app1
Enter dump file name [app1.logfile_dmp]:
Enter password for postgresql user dba:
Export to app1.logfile_dmp finished.

...