Merge pull request #400 from odoo/12.0-odoosh_ssh_import-mao
[IMP]odoo.sh : ssh-import
This commit is contained in:
commit
7663a3116d
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
BIN
odoo_sh/getting_started/media/create-import-get-build-id.png
Normal file
BIN
odoo_sh/getting_started/media/create-import-get-build-id.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue
Block a user