Skip to Content
Menu
This question has been flagged

Hi All,


I am running Odoo15 on Ubuntu AWS EC2 instance.


I have to take the backup of the database using the terminal commands. But if I use usual postgresql backup commands (like pg_dump), I am not able to get the documents data in the backup as they will be saved in filestore.


Is there a possibility to get the backup of filestore and database using terminal commands other than backup option in the front end.

Avatar
Discard
Best Answer

Hi,
Filestore is saved in a particular directory, you can find the directory in your instance and copy the data from that folder to needed place. You can  use scp command to copy the data, if you are using ubuntu.

Thanks

Avatar
Discard
Author

Thank you Niyas. I want to take the backup from front end by using default feature in Odoo. But I'm not able to find the master password to be entered while taking the back up. Where can I find that details in ubuntu?

Author

Thank you Niyas it worked.

Related Posts Replies Views Activity
0
Apr 22
2555
5
Nov 24
13151
1
Jul 23
5403
4
Jul 24
3407
5
Nov 22
59182