Merge pull request #400 from odoo/12.0-odoosh_ssh_import-mao

[IMP]odoo.sh : ssh-import
This commit is contained in:
Moens Alexandre 2019-09-16 14:50:39 +02:00 committed by GitHub
commit 7663a3116d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -145,6 +145,24 @@ 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.

After

Width:  |  Height:  |  Size: 72 KiB