Update aws.md

This commit is contained in:
Pierre Balzack 2024-03-12 22:12:22 -07:00 committed by GitHub
parent d86116580c
commit 6389fcc069
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/> cd efs-utils<br/>
./build-deb.sh<br/> ./build-deb.sh<br/>
sudo apt-get -y install ./build/amazon-efs-utils*deb<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 ## Step 7: initialize the internal datbase
sqlite3 /var/lib/databag/databag.db "VACUUM;"<br/> sqlite3 /var/lib/databag/databag.db "VACUUM;"<br/>