You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/en/docs/self-managed.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -808,6 +808,23 @@ Utilities such as [Watchtower](https://containrrr.dev/watchtower/) can
808
808
keep your version of Grist up to date for you. We can also install and maintain self-hosted
809
809
Grist installations for Enterprise users. [Contact us](https://www.getgrist.com/contact/) for more information.
810
810
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
+

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
+
811
828
### How do I completely remove a user from my instance? {: .tag-ee }
812
829
813
830
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