# HG changeset patch # User Laurent Peuch # Date 1551194876 -3600 # Node ID ad0dbaf81c0c0d19256eb672c70c356175b7799b # Parent 7b32699cafc49a153afc29a9880bf00aa26cd973 [doc] also show command with sqlite since it's recommended diff -r 7b32699cafc4 -r ad0dbaf81c0c doc/tutorials/advanced/part04_ui-base.rst --- a/doc/tutorials/advanced/part04_ui-base.rst Tue Feb 26 16:26:33 2019 +0100 +++ b/doc/tutorials/advanced/part04_ui-base.rst Tue Feb 26 16:27:56 2019 +0100 @@ -337,7 +337,7 @@ In the 'cubicweb-ctl i18ncube' command, `sytweb` refers to the **cube**, while in the two other, it refers to the **instance** (if you can't see the - difference, reread CubicWeb's concept chapter !). + difference, reread `CubicWeb's concept chapter <../../intro/concepts/>`_!). Once I've checked it's ok, I simply have to bump the version number in the @@ -348,7 +348,10 @@ To generate a dump from the production site: :: $ cubicweb-ctl db-dump sytweb_instance + # if it's postgresql pg_dump -Fc --username=syt --no-owner --file /home/syt/etc/cubicweb.d/sytweb/backup/tmpYIN0YI/system sytweb + # if it's sqlite + gzip -c /home/psycojoker/etc/cubicweb.d/sytweb_instance/sytweb_instance.sqlite -> backup file /home/syt/etc/cubicweb.d/sytweb/backup/sytweb-2010-07-13_10-22-40.tar.gz I can now get back the dump file (:file:`sytweb-2010-07-13_10-22-40.tar.gz`) to my test