[REV] odoo.sh : ssh-import

This reverts commit 2280b1edca.
This commit is contained in:
Fabien Meghazi 2019-09-23 16:09:59 +02:00
parent 8af88b6fd5
commit b4c2c34665
2 changed files with 0 additions and 18 deletions

View File

@ -145,24 +145,6 @@ Once the backup imported, you can access the database using the *Connect* button
.. image:: ./media/create-import-production-done.png
:align: center
If the backup is very large, the standard import may fail. In those cases, you will need to upload the backup via ssh.
.. code-block:: bash
scp <path_to_your_backup> <build_id>@<domain>:~/tmp/
The manpage for scp : `link <https://linux.die.net/man/1/scp>`_
.. image:: ./media/create-import-get-build-id.png
:align: center
Then, you will need to manually start the import (in the Odoo.sh shell)
.. code-block:: bash
odoosh-import-database ~/tmp/<the_name_of_your_dump>
Check your outgoing email servers
---------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB