Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
417 Vistas

Bonjour,

je découvre Odoo et je souhaite comparer la version SaaS et OnPrem.

J'ai créé 2 BDD en SaaS en version gratuite. J'ai exporté les 2 bases.

J'ai ensuite installé la v19 sur une VM en 2K16. Puis j'ai importé les 2 backups.

Il ne semble pas apprécier le 'ë' dans le nom de la base, ça m'a généré beaucoup d'erreur 500. J'ai recommencé. Maintenant, j'ai bien les 2 bases. Lorsque je clique sur l'une, il affiche bien le logo associé mais il ne veut pas se connecter (Mauvais nom d'utilisateur / mot de passe).

Ce n'est pas les mêmes identifiants que celui créé en SaaS ?

Merci,

Vincent

Avatar
Descartar
Mejor respuesta

Hi,


Odoo offers both SaaS (Odoo Online) and On-Premise deployment options, each with distinct characteristics. Odoo SaaS handles hosting, maintenance, and updates, offering limited customization through Odoo's App Store. It's available in different plans, including a free option, and suits businesses seeking a hassle-free experience. On the other hand, Odoo On-Premise requires you to manage hosting, maintenance, and security, but grants full code access for extensive customization. It necessitates a "Custom Plan" subscription and is ideal for businesses needing complete control or specific compliance.


When importing Odoo SaaS databases to an on-premise installation, character encoding issues with special characters like 'ë' in database names can cause errors. It's best to avoid such characters. Also, login credentials from Odoo SaaS don't transfer automatically. To resolve this, reset the administrator password via the command line, using the command: ./odoo-bin -d YOUR_DB_NAME --db-filter=YOUR_DB_NAME --admin-password="a_new_password". Then, log in with the username "admin" and the new password.


For on-premise installations, ensure Odoo version compatibility, manage dependencies, configure the odoo.conf file correctly (especially db_name and db_user), and verify that your firewall isn't blocking the Odoo port. If problems persist, provide specific error messages for more accurate diagnosis.


Hope it helps

Avatar
Descartar
Autor

Hello,

thanks for answer. I don't have a odoo-bin.exe in my installation (C:\Programes\Odoo 19.0.20251022). Should I search elsewere ?

For the odoo.conf, I found 3 files in :

C:\Programes\Odoo 19.0.20251022\server
C:\Programes\Odoo 19.0.20251022\server\debian
C:\Programes\Odoo 19.0.20251022\server\odoo\addons\iot_box_image\configuration
which is the good one ?

Thanks,

Vincent