<div dir="ltr">Dear List,<div><br></div><div>I would like to separate the geonode database that stores the configuration data and spatial data. I have not been able to do this with the docker-compose.yml file.<br><div><br></div><div>According to the documentation - <a href="http://training.geonode.geo-solutions.it/002_install_and_admin/002_geonode_install/create_geonode_db.html">http://training.geonode.geo-solutions.it/002_install_and_admin/002_geonode_install/create_geonode_db.html</a></div><div><br></div><div>the following databases are created during installation with user geonode:</div><div>geonode (this stores geonode configuration data)</div><div>geonode_data (posting is enabled here)</div><div><br></div><div>I used the following steps:</div><div><br></div><div><pre style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51)"><br class="gmail-Apple-interchange-newline"># build the docker container
docker-compose build

# run the docker container
docker-compose up

# turn it off
docker-compose down</pre><pre style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51)"><pre style="font-size:13.6px;box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;border-radius:3px"># create database
make sync</pre></pre></div><div>This then creates a single database  - postgres (and the geonode configuration data is then installed on this database).</div><div><br></div><div><br></div><div>The two databases named  are not created and I do not know which setting must I change to enable this.</div><div><br></div><div>Regards,</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>