Skip to content

Commit 390472b

Browse files
Update 7.x data store notes
1 parent f4b45a6 commit 390472b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/features/data-stores.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ title: Data Stores
55

66
By default *Certify Certificate Manager* uses a set of SQLite file based databases to store configuration for managed certificates and stored credentials. SQLite is a good choice for most users as it is easy to setup and does not require any additional software to be installed. However, if you have a large number of managed certificates you may wish to use an alternative database such as Microsoft SQL Server or PostgreSQL in v6.0 onwards of the app.
77

8+
:::warning
9+
### v7.x migration requires a schema update
10+
If you are upgrading from 6.x to 7.x there are schema changes required which you must do as part of your coordinated upgrade of each instance of the app. If you do not migrate the schema the instance will fail to start after the version update until you upgrade the schema.
11+
:::
12+
813
## Supported databases
914
For a database to be supported we need to supply a set of compatible data store providers and the choice of database server must support complex JSON data storage and querying.
1015

0 commit comments

Comments
 (0)