Update aws.md

This commit is contained in:
Pierre Balzack 2024-03-12 18:09:44 -07:00 committed by GitHub
parent c419b44433
commit 4d0e1a8c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ These instructions assume you have the following setup:
cd efs-utils<br/>
./build-deb.sh<br/>
sudo apt-get -y install ./build/amazon-efs-utils*deb<br/>
sudo mount -t efs file-system-id /var/lib/databag<br/>
sudo mount -t efs <file-system-id> /var/lib/databag<br/>
## Step 7: initialize the internal datbase
sqlite3 /var/lib/databag/databag.db "VACUUM;"<br/>