+ {#each maintenanceList as maintenance}
+ {#if maintenance.type === MaintenanceType.SQS_MISSING}
+
+ Please upgrade your Budibase installation
+
+ We've detected that the version of Budibase you're using depends
+ on a more recent version of the CouchDB database than what you
+ have installed.
+
+
+ To resolve this, you can either rollback to a previous version of
+ Budibase, or follow the migration guide to update to a later
+ version of CouchDB.
+
+
+
+ {/if}
+ {/each}
+
+
+
+