diff --git a/odoo_sh/getting_started/create.rst b/odoo_sh/getting_started/create.rst index 6a6edf07c..e7a3afaa0 100644 --- a/odoo_sh/getting_started/create.rst +++ b/odoo_sh/getting_started/create.rst @@ -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 @:~/tmp/ - -The manpage for scp : `link `_ - -.. 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/ - - Check your outgoing email servers --------------------------------- diff --git a/odoo_sh/getting_started/media/create-import-get-build-id.png b/odoo_sh/getting_started/media/create-import-get-build-id.png deleted file mode 100644 index d309fc665..000000000 Binary files a/odoo_sh/getting_started/media/create-import-get-build-id.png and /dev/null differ