This question has been flagged
1 Reply
3308 Views

Hello,

i will install odoo 10 on my server with ubuntu server 16.04. I will use this guide http://www.odoo.yenthevg.com/installing-odoo-10-ubuntu-16-04/ where the file contain this parameter https://raw.githubusercontent.com/Yenthe666/InstallScript/10.0/odoo_install.sh . 

On my server i have a RAID1 for the operating system and a RAID5 for the data that are mount on the folder /dos.

If i want to store all the database data on the RAID5 how i have to do? How to set the folder /dos to contain all the database data? 

Thanks

Avatar
Discard
Best Answer

it's not a matter of odoo config but of Postgres config.  Configure your postgres accordingly.

by the way, the recommand raid setup is 1 or 10 and some paper on the net said to not use raid 5 with postgres

Avatar
Discard