General
{#if $session.isAdmin} {/if}
{#if database.destinationDockerId}
{/if}
{#if database.type === 'mysql'} {:else if database.type === 'postgresql'} {:else if database.type === 'mongodb'} {:else if database.type === 'redis'} {:else if database.type === 'couchdb'} {/if}
Features
changeSettings('isPublic')} title="Set it public" description="Your database will be reachable over the internet.
Take security seriously in this case!" disabled={!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}