how can I restore my odoo backup backup.dump file ?
how can I give them a new database name ?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how can I restore my odoo backup backup.dump file ?
how can I give them a new database name ?
thanks
for v7:
sudo /etc/init.d/openerp-server restore db_name /home/backup.dump (path that you stored your backup dump file)
for v8:
sudo /etc/init.d/odoo-server restore db_name /home/backup.dump (path that you stored your backup dump file)
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
lut 17
|
2862 | ||
|
0
maj 25
|
29610 | ||
|
2
sty 25
|
968 | ||
|
1
lut 25
|
88 | ||
|
1
lis 24
|
1355 |
thanks, I found the solution =)