Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Cannot login after moving database from Saas to my own VPS

Subscriure's

Get notified when there's activity on this post

This question has been flagged
databasemoverestorerestoredb
5 Respostes
6138 Vistes
Avatar
Frank Leysen

I have used Odoo on Saas for a while and now I an trying to install the database that I had on a freshly installed Odoo V8 VPS. I have tested the VPS thorougly with a new database and everything works fine. Now I made a dump of my database on the Odoo Saas. I restored that dump to a new database on my VPS without problems. But I cannot login to that database anymore. Except if I use the "Login with Odoo" choice. Then I can login and do everything I want. Except change my password, that does not work as the Old Password is not accepted. I know very well what the old passowr is, but I cannot change to a new passowrd.

Anyone has a solution for this? Thanks.

0
Avatar
Descartar
Zahin

Contact to freelancer, just in minor cost you got right solution

Ray Carnes

Thanks, Ray. This worked after changing the id in res_users and the login to my email address instead of admin as there was no admin record in res_users and my id was 3 instead of 1. Thought this might be helpfull for others in the future.

Avatar
Ray Carnes
Best Answer

Migrating from SAAS is something Odoo provides help for, because depending on the timing of the build differences between hosted and non-hosted versions, you may run into other problems.  

If you choose to try it yourself:


1. Make sure the saas_trial module gets uninstalled.

update ir_module_module set state = 'to remove' where name = 'saas_trial'; 

2. Allow the admin password to be reset.

insert into base_config_settings(auth_signup_reset_password) values(true); 

update res_partner set signup_type='reset', signup_token='rsvabcdefghijykalklk', signup_expiration=to_timestamp('20200411','YYYYMMDD') where id=(select partner_id from res_users where id=1); 

3. Reset the password

http://localhost/web/reset_password?token=rsvabcdefghijykalklk&login=admin 

4. Upgrade your database, by upgrading the base module either via command line or via the UI.

5. Apply scheduled upgrades via Settings --> Modules.





0
Avatar
Descartar
Zahin

Is that saas hold private modules even license police to share all the modules ?

Ray Carnes

Private modules are not supported (technically, so actually) in the SAAS version. Private modules remain private (don't need to be shared) for the duration of the "Odoo Enterprise Agreement" (paid enterprise services).

Avatar
Axel Mendoza
Best Answer

There seems to be that your user was setup with Odoo oauth as authentication provider and don't have a local database password. You could set it directly in the database in the password field of the res_users table 

1
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Database restore
database restore restoredb
Avatar
Avatar
1
de març 15
6434
Recover database
database restore restoredb odoo16
Avatar
0
d’ag. 24
1827
Unable to restore databases since the reinstall.
error database restore restoredb
Avatar
Avatar
1
de jul. 16
5853
restore database from terminal
database restore restoredb databasebackup
Avatar
1
de maig 16
9207
Error in odoo 12 after restoring database, ProgrammingError: relation "ir_attachment_id_seq" does not exist Solved
database backup restore restoredb odoo12
Avatar
Avatar
Avatar
Avatar
Avatar
6
d’oct. 25
9940
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now