Skip to content

Commit c8f88e5

Browse files
authored
Add explanation about installation IDs to self-managed page (#551)
1 parent 59f23c9 commit c8f88e5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
88.6 KB
Loading

help/en/docs/self-managed.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,23 @@ Utilities such as [Watchtower](https://containrrr.dev/watchtower/) can
808808
keep your version of Grist up to date for you. We can also install and maintain self-hosted
809809
Grist installations for Enterprise users. [Contact us](https://www.getgrist.com/contact/) for more information.
810810

811+
### What is the installation ID? Will it change if I upgrade or move the container? {: .tag-ee #installation-id }
812+
813+
Activation keys used for Grist Enterprise are normally tied to a particular installation ID,
814+
which is a randomly-generated unique identifier for your instance. You can find your
815+
installation ID in the "Version" section of the [Admin Panel](admin-panel.md):
816+
817+
![Installation ID in the admin panel](images/admin-panel/installation-id.png)
818+
819+
The installation ID is tied to the [home database](#what-is-a-home-database) rather than to the
820+
host machine or container. It will not change if you upgrade the container or move it to another
821+
machine, as long as the application's database remains the same. If the database is Postgres, the
822+
installation ID is preserved across any transition that preserves the data contained by that
823+
database (e.g. backup and restore from backup). If the database is the default SQLite in a persistent
824+
volume, the installation ID is preserved across any transition that preserves the content of that
825+
volume.
826+
827+
811828
### How do I completely remove a user from my instance? {: .tag-ee }
812829

813830
The [installation administrator](self-managed.md#what-is-the-administrative-account) can manage access — including [removing users](admin-controls.md#removing-a-user) — via the [Admin Controls](admin-controls.md) area in the [Admin Panel](admin-panel.md).

0 commit comments

Comments
 (0)