Learn about running secure, Managed MongoDB Databases on Aptible
Version | Status | End-Of-Life Date | Deprecation Date |
---|---|---|---|
4.0 | Available | N/A | N/A |
DEPRECATED
on the deprecation date listed above. While existing databases will not be affected, we recommend end-of-life databases to be upgraded. The latest version offered on Aptible will always be available for provisioning, regardless of end-of-life date.admin
databaseadmin
database.db
database created by Aptible automatically.aptible
) and password for both databases are the same. However, the users in MongoDB are different (i.e. there is a aptible
user in the admin
database, and a separate aptible
user in the db
database, which simply happens to have the same password).
This means that if you’d like to connect to the admin
database, you need to make sure to select that one as your authentication database when connecting: connecting to db
and running use admin
will not work.
aptible db:replicate
command.
j=1
) when writing to MongoDB, you are guaranteed that committed transactions were written to disk.
TLSv1.0
, TLSv1.1
, TLSv1.2
TLSv1.1
, TLSv1.2