doc/tutorials/advanced/part04_ui-base.rst
branch3.26
changeset 12483 8345fc06e04d
parent 12478 d3b4fc9c59dc
child 12534 e0e7d8ca051f
equal deleted inserted replaced
12482:e4205a2418fd 12483:8345fc06e04d
   358 machine (using `scp` for instance) to restore it and start migration: ::
   358 machine (using `scp` for instance) to restore it and start migration: ::
   359 
   359 
   360   $ cubicweb-ctl db-restore sytweb_instance /path/path/to/sytweb-2010-07-13_10-22-40.tar.gz
   360   $ cubicweb-ctl db-restore sytweb_instance /path/path/to/sytweb-2010-07-13_10-22-40.tar.gz
   361   $ cubicweb-ctl upgrade sytweb_instance
   361   $ cubicweb-ctl upgrade sytweb_instance
   362 
   362 
   363 You'll have to answer some questions, as we've seen in `an earlier post`_.
   363 You might have to answer some questions, as we've seen in `a previous part`_.
   364 
   364 
   365 Now that everything is tested, I can transfer the new code to the production
   365 Now that everything is tested, I can transfer the new code to the production
   366 server, `pip install` CubicWeb and its dependencies, and eventually
   366 server, `pip install` CubicWeb and its dependencies, and eventually
   367 upgrade the production instance.
   367 upgrade the production instance.
   368 
   368