If I plan on having only a handful of Stash users (5-7), will the internal database suffice?
Hi Andrew,
So our internal database is HSQLDB, which is a great lightweight database for testing, and can almost certainly support a handful of users. However, the biggest problem is that under certain circumstances it may lose or corrupt your data without warning.
You're not the first person to ask:
https://answers.atlassian.com/questions/200290/stash-internal-v-s-external-database-question
https://answers.atlassian.com/questions/217766/to-hsqldb-or-not-to-hsqldb
For that reason I would highly recommend you install a proper database like PostgreSQL, which is free and easy to get started with.
Cheers,
Charles
...
It looks like you're new here. Sign in or register to get started.