Enterprise
Enterprise Administrator Guide
This guide will cover how to run DoltLab in Enterprise mode and use exclusive features not covered in the Basic Administrator's Guide.
To start DoltLab in Enterprise mode, edit the installer_config.yaml
file, supplying your Enterprise license keys:
Save these changes and rerun the installer to regenerate DoltLab assets that allow it to run in Enterprise mode.
Alternatively, you can supply command line flags to the installer like so:
The values for these arguments will be provided to you by our DoltLab team. The following contents on this page covers how to configure various Enterprise features for your DoltLab instance.
Use custom logo on DoltLab instance
DoltLab Enterprise allows administrators to customize the logo used across their DoltLab instance. At the time of this writing, custom logos custom logos must have a maximum height of 32px
and a maximum width of 240px
. They will be visible in the top navbar of every page and the footer of some pages, so therefore should work against dark backgrounds. If a custom logo is used on DoltLab, the footer of the DoltLab instance will display the text "Powered by DoltLab [version]" next to the custom logo.
You can use a custom logo on DoltLab by editing ./installer_config.yaml
and providing the path to your custom logo:
Save these changes and rerun the installer to regenerate DoltLab assets that use your custom logo.
Alternatively, you can run the installer with the argument --custom-logo=/absolute/path/to/custom/logo.png
.
You should see your new logo when you restart (./start.sh
) your instance.
Example
We'll use Starbucks as an example. First I need to find a logo that works well with a dark background. I found a white Starbucks logo and copy that image file over to my DoltLab host.
I create a logos
folder on my host and use scp
to securely copy my logo image.
Note that this will not work if you create the logos
folder while running sudo newgrp docker
.
Once my image is there, I can add the absolute path to my image to the installer configuration file.
Once I save my changes, rerun the installer (./installer
), and restart (./start.sh
), I should see my new Starbucks logo.
Customize automated emails
DoltLab Enterprise allows administrators to customize the automated emails their DoltLab instance sends to its users.
Custom emails can be configured with the installer by editing ./installer_config.yaml
and setting enterprise.customize.email_templates
to true
.
Save these changes and rerun the installer to generate email template files you can customize, that DoltLab will use.
Alternatively, you can supply the argument --custom-email-templates=true
to the installer instead.
Once run, the installer will generate the email template files at ./doltlabapi/templates/email
which match the files described below. You can customize these files and they will be used by DoltLab. Each file is named according to use-case. The names and paths of these files should NOT be changed.
collabInvite.txt
sent to invite user to be a database collaborator.invite.txt
sent to invite a user to join an organization.issueComment.txt
sent to notify user that an issue received a comment.issueState.txt
sent to notify user that an issue's state has changed.pullComment.txt
sent to notify user that a pull request received a comment.pullCommits.txt
sent to notify user that a pull request received a commit.pullReview.txt
sent to notify user that a pull request review's state has changed.pullState.txt
sent to notify user that a pull request's state has changed.recoverPassword.txt
sent to provide user with a link to reset their password.resetPassword.txt
sent to notify a user that their password has been reset.verify.txt
sent to a user to verify their email account.
To alter the text within one of the above files, we recommend only changing the hardcoded text between the Actions and replacing the use of {{.App}}
, which normally evaluates to "DoltLab", with the name of your company or team.
You should not change any template definitions, indicated with {{define "some-template-name"}}
syntax, within these files as doltlabapi
relies on these specific definitions.
To better illustrate how to modify these files, let's look at an example. Here is the default verify.txt
template:
Above, three templates are defined verifySubject
, verifyHTML
, and verifyText
. We will not add or remove any of these templates and we won't change their names, but we will replace the {{.App}}
field with the name of our company, Acme, Inc.'s DoltLab instance, "AcmeLab". We'll also modify the hardcoded text to be specific to our DoltLab instance's users.
After replacing {{.App}}
with "AcmeLab", our file looks like:
Lastly, let's customize this email with the contact information of our AcmeLab admin, in case users have any questions. We want to add the same information to the verifyHTML
template and the verifyText
template so that it appears for either supported email format:
Once we save our edits, we can restart our DoltLab instance for the changes to take affect.
Customize DoltLab colors
DoltLab Enterprise allows administrators to customize the color of certain assets across their DoltLab instance. This is current list of colors that you can customize and what they are used for:
accent_1
: An accent color used sparingly to highlight certain features, such as active tabs.background_accent_1
: An accent background color used often for headers. As the primary background color for DoltLab is white/grey and not configurable, is expected that is color is dark enough to work with light or white text.background_gradient_start
: A background color used to create a gradient for some headers in combination withbackground_accent_1
. If you do not want a gradient you can use the same value asbackground_accent_1
.button_1
: Primary button color.button_2
: Secondary button color, used for hover states.link_1
: Primary link color.link_2
: Secondary link color, used for hover states.link_light
: Tertiary link color, used for links on dark backgrounds.primary
: Primary text color, also used for some outlines.code_background
: Dark background color for code blocks.
Here is a visual guide for where customizable colors are used on the database page on DoltLab:
In order to configure these customized colors, you'll need the RGB value of each color. Each color value must include three comma-separated colors. We use dynamic Tailwind themes to implement these custom colors. You can learn more about the specifics of how this is implemented here.
Once you decide on the color palette, edit the ./installer_config.yaml
, adding:
Save these changes and rerun the installer to regenerate DoltLab assets that use your custom colors.
Alternatively, you can run the installer with the following arguments corresponding to the custom color you want to override:
You should see your new colors when you restart (./start.sh
) your instance.
Example
Using Starbucks as an example again, we use their color guide to choose some colors to brand our DoltLab and then add them to the installer configuration.
I rerun the installer and restart:
And now DoltLab is Starbucks branded!
See other examples of utilizing colors to brand DoltLab for some well-known companies here.
Add Super Admins to a DoltLab instance
DoltLab Enterprise allows administrators to specify users who will be "super admins" on their DoltLab instance.
A DoltLab "super admin" is a user granted unrestricted access and the highest possibly permission level on all organizations, teams, and databases on a DoltLab instance. This allows these users to write to any database, public or private, merge pull-requests, delete databases and add or remove organization/team members. By default there are no "super admins" registered on a DoltLab instance, including the default user admin
.
Super admins can be configured by editing the ./installer_config.yaml
file and specifying the email addresses for users you want to be super admins.
Alternatively, you can use the installer with the argument --super-admin-email
instead. This argument can be supplied multiple times, for example:
Configure SAML Single-Sign-On
DoltLab Enterprise supports SAML single-sign-on. To configure your DoltLab instance to use single-sign-on, you will first need an Identity Provider (IP) to provide you with a metadata descriptor.
For example, Okta, a popular IP, provides an endpoint for downloading the metadata descriptor for a SAML application after you register an application on their platform.
During registration, Okta will ask you for the "Single Sign On Url" and an "Audience Restriction" for the application.
Use the domain/host IP address of your DoltLab instance followed by /sso/callback
for the "Single Sign On Url", and use that same domain/host IP address followed by just "/sso" for the "Audience Restriction". Since this example will be for https://doltlab.dolthub.com
, we'll use https://doltlab.dolthub.com/sso/callback
and https://doltlab.dolthub.com/sso
respectively.
Be sure to also set "Name ID Format" to "Persistent".
Then, download the metadata Okta provides for this application to your DoltLab host.
Next, edit ./installer_config.yaml
with the path to the metadata descriptor and the common name to use when generating the saml certificate.
Save these changes and rerun the installer to regenerate DoltLab assets the enable saml single-sign-on.
Alternatively, the installer can be run with the following arguments to do the same thing:
When SAML single-sign-on is configured, you will see the SAML option on the sign-in page:
Next, as user admin
, login to your DoltLab instance and navigate to Profile
> Settings
> SSO
.
On this tab you will see the following:
Assertion Consumer Service Url
displays the url where Okta should send the SAML assertion.
Entity ID/Login Url
displays the url users can use to login to DoltLab using the IP, but they can now simply use the option available on the sign-in page.
IP Metadata Descriptor
is a metadata descriptor for this DoltLab instance, and can be downloaded and supplied to the IP if it requires service providers to upload metadata.
Certificate
can be downloaded if you want to add a signature certificate to the IP to verify the digital signatures.
Your Enterprise instance will now use single-sign-on through your IP for user login and account creation.
Automated Remote Backups
DoltLab Enterprise supports automated database backups for DoltLab's application Dolt server. To backup database data of all the Dolt databases hosted on your DoltLab instance, we recommend taking regular snapshots of the host's filesystem.
To configure your DoltLab instance to automatically back up its Dolt database server, first, provision either a GCP bucket or and AWS S3 bucket and Dynamo DB table. You will need these to resources to create a remote backup. Oracle Cloud Infrastucture (OCI) storage buckets may be used as well.
Dolt supports a backup command which can be used to create backups of a Dolt instance.
Let's walk through setting up automated backups using an AWS remote backup first.
AWS Remote Backup
Dolt can use an AWS Remote as a backup destination, but requires that two resources be provisioned. As stated in this helpful blog post, "AWS remotes use a combination of Dynamo DB and S3. The Dynamo table can be created with any name but must have a primary key with the name db
."
For our example, let's create an AWS S3 bucket called test-doltlab-application-db-backups
.
Let's also create a Dynamo DB table in the same AWS region, and call it test-doltlab-backup-application-db-manifest
. Notice its uses the required partition key (primary key) db
.
The AWS remote url for our DoltLab instance which is determined by the template aws://[dolt_dynamo_table:dolt_remotes_s3_storage]/backup_name
, will be aws://[test-doltlab-backup-application-db-manifest:test-doltlab-application-db-backups]/my_doltlab_backup
.
We've also granted read and write access for these resources to an IAM role called DoltLabBackuper
.
It's now time to update our DoltLab instance configuration to automatically backup it's Dolt server data to our AWS remote.
First, ensure that the AWS credentials on the DoltLab host can be used to assume the role DoltLabBackuper
. Create a AWS config file that contains:
Then use the AWS CLI to confirm this profile can be used on your DoltLab host:
Next, edit the ./installer_config.yaml
file to configure automated backups.
Save these edits and rerun the installer to regenerate DoltLab assets that will automatically backup doltlabdb
to AWS.
Alternatively, run the installer with the following arguments to configure the AWS backup:
DoltLab will use a combination of Prometheus and Alertmanager to notify you if your regularly scheduled backup fails for some reason. You'll need to edit the Alertmanager configuration file generated by the installer at ./alertmanager/alertmanager.yaml
and include your SMTP authentication information in the global
section. The other sections do not need to be edited:
For more configuration options, please consult the AlertManager documentaion.
Finally, start DoltLab using the ./start.sh
script. DoltLab will create the first backup when started, and by default, will create backups at midnight each night. You will see your backups stored in your S3 bucket, and the manifest stored in your DynamoDB table.
Your DoltLab's Dolt server is now automatically backing up to your AWS remote.
GCP Remote Backup
To backup DoltLab's Dolt server to a GCP remote, first create a bucket in GCP. This will be the only required resource needed.
Next, add GCP JSON credentials to your DoltLab host. You can find information about GCP credentials here.
Following the Dolt's url template for GCP remotes as outlined in this blog, the remote url we will use for this bucket will be gs://test-doltlab-application-db-backup/my_doltlab_backup
.
Next, edit ./installer_config.yaml
and supply your GCP remote information.
Save these edits and rerun the installer to regenerate DoltLab assets that will automatically backup doltlabdb
to AWS.
Alternatively, run the installer with the following arguments to create automated GCP backups:
Finally, edit the ./alertmanager/alertmanager.yaml
file generated by the installer, as shown in the AWS backups section, to receive notifications of backup failures.
Once you start your Enterprise instance with ./start.sh
, it will now automatically back up its application Dolt server to your GCP bucket.
OCI Remote Backup
To backup DoltLab's Dolt server to an OCI remote, first create a bucket in OCI. This will be the only required resource needed.
Next, install the oci
CLI tool on your DoltLab host, and run oci setup config
to create a configuration file with credentials authorized to access your bucket. You can find information about creating an config file here.
oci setup config
will create a config file and private key file that you will then need to mount into the doltlabdb
container.
First, edit the generated config file so that the key_file
field contains the absolute path of where the generate key file will be mounted in the doltlabdb
container.
In the above example, we've changed key_file
to point to /oci_private_key.pem
, where DoltLab will mount the private key file. Save these changes.
Following the Dolt's url template for OCI remotes as outlined in this blog, the remote url we will use for this bucket will be oci://test-doltlab-application-db-backup/my_doltlab_backup
.
Next, edit ./installer_config.yaml
and supply your OCI remote information.
Save these edits and rerun the installer to regenerate DoltLab assets that will automatically backup doltlabdb
to OCI.
Alternatively, you can run the installer with the following arguments to configure the OCI backups:
Finally, edit the ./alertmanager/alertmanager.yaml
file generated by the installer, as shown in the AWS backups section, to receive notifications of backup failures.
Once you start your Enterprise instance with ./start.sh
, it will now automatically back up its application Dolt server to your OCI bucket.
Deploy DoltLab across multiple hosts
DoltLab's services can be deployed across multiple hosts which allow DoltLab's services to be scaled independently.
The following guide will walkthrough deploying a DoltLab instance whose set of services each run on separate host machines.
The diagram above depicts the multi-host architecture for DoltLab. Each independent service runs on a distinct host, and is served behind it's own reverse proxy. Both the service and the proxy run via Docker compose, and are easily configured using the installer. At the time of this writing, multi-host deployments are only available over http
. For https
support, please file an issue in our issues repository.
To get started with a DoltLab multi-host deployment, you'll need to provision a host per DoltLab service. Here are our hardware recommendations for each service:
doltlabdb
, DoltLab's Dolt database, requires a host with at least 2 CPU, 4GB of memory, and 15GB of disk.doltlabfileserviceapi
, DoltLab's service for managing user uploads, requires a host with at least 2 CPU, 4GB of memory, and 50GB of disk.doltlabremoteapi
, DoltLab's service for managing database data, requires a host with at least 2 CPU, 4GB of memory, and 200GB of disk.doltlabapi
, DoltLab's main API, requires a host with at least 4 CPU, 16GB of memory, and 50GB of disk.doltlabgraphql
, DoltLab's data transformation layer, requires a host with at least 2 CPU, 4GB of memory, and 10GB of disk.doltlabui
, DoltLab's frontend, requires a host with at least 2 CPU, 4GB of memory, and 10GB of disk.
When provisioning the hosts for each service, change the networking settings on each host so that the ports specified below are open for ingress. You will also need to ensure that each host has a publicly reachable IP address:
doltlabdb
, port3306
.doltlabfileserviceapi
, port4321
.doltlabremoteapi
, ports50051
and100
.doltlabapi
, ports9443
and9444
.doltlabgraphql
, port9000
.doltlabui
, port80
.
Before continuing you will need to document the public IP of each host associated with each DoltLab service, as it will be referenced in different places throughout this process.
For this walkthrough I will use the following IP's for each DoltLab service:
doltlabdb
,52.43.136.146
.doltlabfileserviceapi
,34.221.204.184
.doltlabremoteapi
,34.222.48.69
.doltlabapi
,35.91.149.175
.doltlabgraphql
,35.91.70.84
.doltlabui
,35.94.142.32
.
Once the hosts are provisioned and running, you will need to download the latest version of DoltLab on each host, and install unzip
:
You can then unzip DoltLab's contents and install it's dependencies using the installation script generated by the installer.
Again, you should complete this process on each host before moving on to the subsequent steps.
Next, we will use the installer to configure the separate services on each host in the following order:
doltlabdb
doltlabapi
doltlabremoteapi
doltlabfileserviceapi
doltlabgraphql
doltlabui
doltlabdb
Starting with your doltlabdb
host and from within the unzipped doltlab
directory, ensure that Docker can run without the sudo
command by running:
Next, edit the ./installer_config.yaml
and set enterprise.multihost.doltlabdb_only
to true
.
Save these changes and rerun the installer to regenerate DoltLab assets that will make this deployment doltlabdb
only.
Alternatively, run the installer with the --doltlabdb-only
argument. Be sure to also supply the arguments for DoltLab Enterprise mode, as those are required as well.
services.doltlabdb.admin_password
, or --doltlabdb-admin-password
, is required and is used to create user dolthubadmin
.
services.doltlabdb.dolthubapi_password
, or --doltlabdb-dolthubapi-password
, is required and is used to create user dolthubapi
.
Running the installer will produce output like the following:
When the generated ./start.sh
script runs for the first time, the doltlabdb
database is initialized with two users, dolthubadmin
and dolthubapi
. Their passwords are the values of services.doltlabdb.admin_password
(--doltlabdb-admin-password) and services.doltlabdb.dolthubapi_password
(--doltlabdb-dolthubapi-password), respectively.
DoltLab's main API will connect to doltlabdb
as the user dolthubapi
, so you will need to make note of this password for use later on.
Now start doltlabdb
by running ./start.sh
:
You can see the running services by running docker ps
:
doltlabapi
Now connect to your doltlabapi
host, cd
into the doltlab
directory, and ensure you can use docker
without sudo
by running:
Edit the ./installer_config.yaml
and set enterprise.multihost.doltlabapi_only
to true
, as well as specifying the other required fields/sections.
Save these changes and rerun the installer to regenerate DoltLab assets that will make this deployment doltlabapi
only.
Alternatively, you can run the installer with the --doltlabapi-only
flag and the other required arguments in order to configure the doltlabapi
instance.
host
, or --host
, is required and should be the IP address of the doltlabapi
host.
services.doltlabdb.host
, or --doltlabdb-host
is required and is the IP address of the doltlabdb
host.
services.doltlabdb.port
, or --doltlabdb-port
, is required and should be the value 3306
. This port value should not be changed.
services.doltlabremoteapi.host
, or --doltlabremoteapi-host
, is required and is the IP address of the doltlabremoteapi
host.
services.doltlabremoteapi.port
, or --doltlabremoteapi-port
, is required and should be the value 50051
. This port value should not be changed.
services.doltlabremoteapi.file_server_port
, or --doltlabremoteapi-file-server-port
, is required and should be the value 100
. This port value should not be changed.
services.doltlabfileserviceapi.host
, or --doltlabfileserviceapi-host
, is required and is the IP address of the doltlabfileserviceapi
host.
services.doltlabfileserviceapi.port
, or --doltlabfileserviceapi-port
, is required and should be the value 4321
. This port value should not be changed.
services.doltlabui.host
, or --doltlabui-host
, is required and is the IP address of the doltlabui
host.
services.doltlabui.port
, or --doltlabui-port
, is required and should be the value 80
. This port value should not be changed.
services.doltlabdb.dolthubapi_password
, or --doltlabdb-dolthubapi-password
, is required and should be the services.doltlabdb.dolthubapi_password
value defined on the doltlabdb
host.
smtp.host
, or --smtp-host
, is optional and is the host name of an SMTP server. It is only required if users other than admin
will be using the DoltLab instance. See connecting DoltLab to an SMTP server for more information.
smtp.port
, or --smtp-port
, is optional and is the port of an SMTP server. It is only required if users other than admin
will be using the DoltLab instance. See connecting DoltLab to an SMTP server for more information.
smtp.auth_method
, or --smtp-auth-method
, is optional and is the authentication method supported by the SMTP server. It is only required if users other than admin
will be using the DoltLab instance. See connecting DoltLab to an SMTP server for more information.
smtp.username
, or --smtp-username
, is required for authentication method plain
, and is the username used to connect to the SMTP server.
smtp.password
, or --smtp-password
, is required for authentication method plain
, and is the password used to connect to the SMTP server.
smtp.no_reply_email
, or --no-reply-email
, is optional and is the email used to send automated DoltLab emails. It is only required if users other that admin
will be using the DoltLab instance. See connecting DoltLab to an SMTP server for more information.
default_user.email
, or --default-user-email
, is optional and is the email address to associate with the default user admin
.
After running the installer, you will see output like the following:
You can now run ./start.sh
:
Running docker ps
will show the running services:
doltremoteapi
Now connect to your doltlabremoteapi
host, cd
into the doltlab
directory, and ensure you can use docker
without sudo
by running:
Edit the ./installer_config.yaml
and set enterprise.multihost.doltlabremoteapi_only
to true
, as well as specifying the other required fields/sections.
Save these changes and rerun the installer to regenerate DoltLab assets that will make this deployment doltlabremoteapi
only.
Alternatively, run the installer with the --doltlabremoteapi-only
flag and the other required arguments in order to configure the doltlabremoteapi
instance.
host
, or --host
, is required and should be the IP address of the doltlabremoteapi
host.
services.doltlabapi.host
, or --doltlabapi-host
, is required and should be the IP address of the doltlabapi
host.
services.doltlabapi.port
, or --doltlabapi-port
, is required and the value should be 9443
. This port value should not be changed.
You can now run ./start.sh
:
Running docker ps
will show the running services:
doltlabfileserviceapi
Now connect to your doltlabfileserviceapi
host, cd
into the doltlab
directory, and ensure you can use docker
without sudo
by running:
Edit the ./installer_config.yaml
and set enterprise.multihost.doltlabfileserviceapi_only
to true
, as well as specifying the other required fields/sections.
Save these changes and rerun the installer to regenerate DoltLab assets that will make this deployment doltlabfileserviceapi
only.
Alternatively, run the installer with the --doltlabfileserviceapi-only
flag and the other required arguments in order to configure the doltlabfileserviceapi
instance.
services.doltlabapi.host
, or --doltlabapi-host
, is required and should be the IP address of the doltlabapi
host.
services.doltlabapi.port
, or --doltlabapi-port
, is required and should be the value 9443
. This port value should not be changed.
services.doltlabremoteapi.host
, or --doltlabremoteapi-host
, is required and should be the IP address of the doltlabremoteapi
host.
services.doltlabremoteapi.port
, or --doltlabremoteapi-port
, is required and should be the value 50051
. This port value should not be changed.
services.doltlabui.host
, or --doltlabui-host
, is required and should be the IP address of the doltlabui
host.
You can now run ./start.sh
:
Running docker ps
will show the running services:
doltlabgraphql
Now connect to your doltlabgraphql
host, cd
into the doltlab
directory, and ensure you can use docker
without sudo
by running:
Edit the ./installer_config.yaml
and set enterprise.multihost.doltlabgraphql_only
to true
, as well as specifying the other required fields/sections.
Save these changes and rerun the installer to regenerate DoltLab assets that will make this deployment doltlabgraphql
only.
Alternatively, run the installer with the --doltlabgraphql-only
flag and the other required arguments in order to configure the doltlabgraphql
instance.
services.doltlabapi.host
, or --doltlabapi-host
, is required and should be the IP address of the doltlabapi
host.
services.doltlabapi.port
, --doltlabapi-port
, is required and should be the value 9443
. This port value should not be changed.
You can now run ./start.sh
:
Running docker ps
will show the running services:
doltlabui
Now connect to your doltlabui
host, cd
into the doltlab
directory, and ensure you can use docker
without sudo
by running:
Edit the ./installer_config.yaml
and set enterprise.multihost.doltlabui_only
to true
, as well as specifying the other required fields/sections.
Save these changes and rerun the installer to regenerate DoltLab assets that will make this deployment doltlabui
only.
Run the installer with the --doltlabui-only
flag and the other required arguments in order to configure the doltlabui
instance.
services.doltlabapi.host
, or --doltlabapi-host
, is required and should be the IP address of the doltlabapi
host.
services.doltlabapi.csv_port
, or --doltlab-csv-port
, is required and should be the value 9444
. This port value should not be changed.
services.doltlabgraphql.port
, or --doltlabgrapqhl-port
, is required and should be the value 9000
. This port value should not be changed.
services.doltlabgraphql.host
, or --doltlabgraphql-host
, is required and should be the IP address of the doltlabgraphql
host.
You can now run ./start.sh
:
Running docker ps
will show the running services:
You are now running DoltLab in multi-host deployment configuration. To view the homepage of your DoltLab instance, navigate to http://${HOST_IP}
, where HOST_IP
is the IP address of the doltlabui
host.
Connect DoltLab to an SMTP server
To enable account creation on DoltLab and enable its full suite of features, connect DoltLab to an SMTP server by editing ./installer_config.yaml
to configure the SMTP server connection.
Save the changes to ./installer-config.yaml
then run the installer to regenerate DoltLab assets that enable connection to your SMTP server.
Alternatively, instead of using ./installer_config.yaml
, the installer can be run with the following flag arguments to configure DoltLab to connect to your SMTP server.
--no-reply-email
, required, the "from" email address for all emails sent by DoltLab to users of your instance. Ensure your SMTP server allows emails to be sent by this address.
--smtp-auth-method
, required, the authentication method supported by your SMTP server, one of plain
, login
, external
, anonymous
, oauthbearer
, or disable
.
--smtp-host
, required, the host name of your SMTP server, for example smtp.gmail.com
. --smtp-port
, required, the port of your SMTP server.
--smtp-username
, required for authentication methods plain
and login
, the username for authenticating against the SMTP server.
--smtp-password
, required for authentication methods plain
and login
, the password for authenticating against the SMTP server.
--smtp-oauth-token
, required for authentication method oauthbearer
,the oauth token used for authentication against the SMTP server.
Connect DoltLab to an SMTP server with implicit TLS
Edit ./installer_config.yaml
to configure the SMTP server connection set smtp.implicit_tls
as true
.
To skip TLS verification, set smtp.insecure_tls
as true
.
Save these changes, then re-run the installer.
Alternatively, use --smtp-implicit-tls=true
with the installer to use implicit TLS. Use --smtp-insecure-tls=true
to skip TLS verification.
Troubleshoot SMTP server connection problems
DoltLab requires a connection to an existing SMTP server in order for users to create accounts, verify email addresses, reset forgotten passwords, and collaborate on databases.
DoltLab creates a default user, admin
, when if first starts up, which allows administrators to sign-in to their DoltLab instance, even if they are experiencing SMTP server connection issues.
To help troubleshoot and resolve SMTP server connection issues, we've published the following go tool to help diagnose the SMTP connection issues on the host running DoltLab.
This tool ships in DoltLab's .zip
file and is called smtp_connection_helper
.
For usage run ./smtp_connection_helper --help
which will output:
To send a test email using plain
authentication, run:
To send a test email using plain
authentication with implicit TLS, run:
Set up a SMTP Server using any Gmail address
To quickly get up and running with an existing SMTP server, we recommend using Gmail's. Once you've created a Gmail account, navigate to your account page and click the Security tab. Under the section "How you sign in to Google", click 2-Step Verification
. If you have not yet setup 2-Step Verification, follow the prompts on this page to enable it. You will need to set up 2-step verification before continuing on to the remaining steps.
After 2-Step Verification is set up, at the bottom of the page click "App passwords".
If you do not see "App Passwords" at the bottom of this page, return to the Security page and in the search bar, search for "App Passwords".
Next, name your app password, then click "Generate." You will be provided a password you can use with your DoltLab instance.
This generated password can be supplied along with your Gmail email address, as the username
, to send emails with smtp_connection_helper
and DoltLab.
Importantly, there have been times when these passwords do not work as expected and we've written a blog post about this happening.
In the event the password you generated results in a "Bad credentials" error, try generating a new app password, and using that one instead. For some reason, this seems to work. We do not know the root cause, but as far as we can tell, stems from an issue/bug on Google's side.
After you have the password, you can configure DoltLab to use it by stopping your running DoltLab and editing the ./installer_config.yaml
to configure connection to Gmail's SMTP server.
Save these changes and rerun the installer to regenerate assets that will connect your DoltLab to Gmail's SMTP server.
Alternatively, you can run the installer with flag arguments to configure SMTP server connection, if you don't want to use ./installer_config.yaml
:
Running the newly generated ./start.sh
will start DoltLab connected to Gmail.
Serve DoltLab over HTTPS natively
First, make sure that port 443
is open on the host running DoltLab (as well as the other required ports 100
, 4321
, and 50051
) and that you have a valid TLS certificate configured for your DoltLab host. We recommend creating a TLS certificate using certbot.
Next, edit installer_config.yaml
to contain the following:
Save these changes and rerun the installer to regenerate DoltLab assets that will be served over HTTPS.
Alternatively, if you prefer to use command line flags, run the installer with:
You can now restart DoltLab with the ./start.sh
script, and it will be served over HTTPS.
Automatically upgrade DoltLab
DoltLab >= v2.3.0
supports automatic upgrades.
To automatically upgrade your DoltLab instance to the latest version, first ensure your instance is stopped by running the ./stop.sh
script. Next run the installer with the upgrade flag:
This will produce output like the following:
After this completes, you will have the latest DoltLab version. Rerun the installer
to regenerate the DoltLab assets for the upgraded version.
Last updated