Porovnávané verzie

Kľúč

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

...

Poznámka

Management of D2000 archives must be performed as a user root root user.

The script <instancedir>/bin/d2arc <command> [<appname> [<arcname>]] is used to manage the D2000 application archives

...

creates an archive database to the for the archive <arcname>

Blok kódu
languagetext
themeEmacs
[root@localhost bin]# ./d2arc create app1 arc1
=======================
Ready to create D2000 archive:
           Application name: app1
               Archive name: arc1
            psql executable: /usr/pgsql-9.6/bin/psql
--
        D2000 instance name: d2000
     D2000 installation dir: /opt/d2000
=======================

Proceed (yY|nN)? [y]: y
Creating archive database...done
Archive database arc1 created.

...