Загрузка...

Odoo Database Restore on Windows | Filestore, CSS Fix & Password Reset | Hindi

Learn how to restore an Odoo 18 Database on Windows step by step. In this tutorial, you'll learn how to restore an Odoo database using PostgreSQL, configure the Filestore, fix CSS issues, resolve missing icons, and reset the admin password after database restoration.

📌 This is Part 2 of the Odoo Database Series.
In Part 1, we created a complete Odoo database backup. In this video, we'll restore the same backup along with its Filestore and make it fully functional.
🚨IMPORTANT COMMANDS✅

NOTE - Replace "whole string with the data instructed"

example -

➡️INSTRUCTED 👇
CREATE DATABASE "New Database Name";

Your Input ✅
CREATE DATABASE code_sashtra_tutorial;
✅COMMANDS USED IN VIDEO🚨

1. Command to Open Postgres in Windows

Go to Postgres path ---- Type "CMD" in path
2. Open Postgres in CMD

psql -U "user_name" -h localhost -d "existing db name" -p "postgres port"
3. Create New Database

CREATE DATABASE "new database name" ;
4. Exit

\q
5. Restore Database in New Db

psql -U "user_name" -h localhost -d "newly created db name" -p "postgres port" -f "dump file path"
6. Reset Password

psql -U "user_name" -h localhost -d "newly Restored db name" -p "postgres port"

Select id,login from res_users;

✅FIND YOUR ADMIN ID FROM THE RECORDS

\q to EXIT

UPDATE res_users SET password='Your desired pass' WHERE id=2;

🚨(Keep id=2 IF YOUR ID IS 2 or replace with your admin id, AND keep new password within this ' ' quotation)
📚 WHAT YOU'LL LEARN

✔ Restore an Odoo database on Windows
✔ Create a new PostgreSQL database
✔ Restore the database using PostgreSQL commands
✔ Configure the Odoo Filestore correctly
✔ Fix CSS issues after database restore
✔ Fix missing icons and broken assets
✔ Reset the Odoo administrator password
✔ Run the restored database successfully
✔ Common database restore mistakes and how to avoid them
✔ Best practices for restoring Odoo projects
👨‍💻 THIS TUTORIAL IS PERFECT FOR

• Odoo Beginners
• Odoo Developers
• Odoo Administrators
• ERP Consultants
• Freelancers
• Students Learning Odoo Development
📚 ODOO DEVELOPMENT PLAYLIST

Odoo Development Tutorial (Hindi) from Scratch for Beginners:

https://www.youtube.com/playlist?list=PLA-0lZjJzvBaWu6E3r-wJgA8DMj-N1PbQ
🎯 DATABASE SERIES

✅ Part 1 – Odoo Database Backup
✅ Part 2 – Odoo Database Restore (This Video)
🏷️ TOPICS COVERED

• Odoo Database Restore
• Odoo 18
• Odoo Database Restore on Windows
• PostgreSQL Database Restore
• PostgreSQL Commands
• Odoo Filestore Setup
• CSS Fix
• Missing Icons Fix
• Password Reset
• Odoo Tutorial Hindi
• Odoo Development
• Windows
👍 If this tutorial helped you, don't forget to:

• Like the video
• Share it with other Odoo developers
• Subscribe for more Odoo Development tutorials in Hindi
• Comment your questions below
#Odoo #Odoo18 #DatabaseRestore #OdooTutorial #OdooDevelopment #OdooHindi #PostgreSQL #Windows #Filestore #CSSFix #PasswordReset #ERP #Python
Related Channels

@Odoo
@OdooMates
@cybrosys-technologies
@grufar
@ODOOJI
@Odooallah

Видео Odoo Database Restore on Windows | Filestore, CSS Fix & Password Reset | Hindi канала Code Sashtra
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять