General

{#if $appSession.isAdmin} {/if}
{#if database.destinationDockerId}
{/if}
{#if database.type === 'mysql'} {:else if database.type === 'postgresql'} {:else if database.type === 'mongodb'} {:else if database.type === 'mariadb'} {:else if database.type === 'redis'} {:else if database.type === 'couchdb'} {:else if database.type === 'edgedb'} {/if}
{#if publicUrl} {/if}

Features

changeSettings('isPublic')} title="Set it Public" description="Your database will be reachable over the internet.
Take security seriously in this case!" disabled={!$status.database.isRunning} /> {#if database.type === 'redis'} changeSettings('appendOnly')} title="Change append only mode" description="Useful if you would like to restore redis data from a backup.
Database restart is required." /> {/if}