Postgres was the database for my comic site but I chose to migrate to sqlite because it would:
- be easier to back up
- use less resources on my server
- be one less service to manage
I also don't get a lot of traffic so it wouldn't have an impact.
The …