Download all error
Hi Guys, I try to setup pelias on AWS. I already install pelias docker on local server without any issues but now i try to reproduce the installation on an xlarge AWS server (8Go RAM)
Describe the bug
Steps to Reproduce
i follow the README installation instruction and run the command "pelias download all"
Environment (please complete the following information):
Linux AWS server with docker and docker-compose latest version
Pastebin/Screenshots

Additional context
I modify nothing in the original france project
logs
When i check log with pelias compose logs, i have this :
interpolation_1 | TypeError: Cannot open database because the directory does not exist
interpolation_1 | at new Database (/code/pelias/interpolation/node_modules/better-sqlite3/lib/database.js:33:9)
interpolation_1 | at setup (/code/pelias/interpolation/api/search.js:12:14)
interpolation_1 | at Object.
placeholder_1 | TypeError: Cannot open database because the directory does not exist
placeholder_1 | at new Database (/code/pelias/placeholder/node_modules/better-sqlite3/lib/database.js:32:9)
placeholder_1 | at DocStore.Database.open (/code/pelias/placeholder/lib/Database.js:17:13)
placeholder_1 | at Placeholder.module.exports.load (/code/pelias/placeholder/prototype/io.js:10:14)
placeholder_1 | at Object.
Thanks :)
Hi @Freshm4at, I'm trying to understand this screenshot, it looks like you hit Control+C a couple times to cancel the pelias download all command?