Skip to main content

Managing Workspaces

Organize your databases and collaborate with team members using workspaces.


What is a Workspace?

A Workspace is your top-level organizational unit and multi-tenant container. It serves as a security boundary for all resources. Everything you create in Lordbase belongs to a specific workspace.

A workspace contains:

  • Databases: PostgreSQL, Redis, and MongoDB instances.
  • Backups: Manual and scheduled backup configurations.
  • Team Members: Developers invited to collaborate on this workspace.
  • Audit Logs: Activity history for all workspace resources.

Switching Workspaces

  1. Click the workspace name in the header.
  2. Select another workspace from the dropdown list.
  3. The dashboard will refresh to show resources for that workspace.

Creating a Workspace

  1. Go to the Workspaces page from the sidebar.
  2. Click Create Workspace.
  3. Enter a descriptive name (e.g., "Production Databases").
  4. Click Create.

You will automatically become the Owner of any workspace you create.


Team Collaboration

Inviting Team Members

  1. Go to the Workspaces page.
  2. Click Manage Members on the workspace.
  3. Click Invite Member.
  4. Enter their Nexorix email address.
  5. Click Send Invitation.

Invitation Process

  1. Team member receives an invitation notification
  2. They accept the invitation
  3. They're added to the workspace with the assigned role

Pending Invitations

View and manage pending invitations:

  • See who hasn't accepted
  • Cancel pending invitations

Team Roles

RolePermissions
OwnerFull access, manage members, delete workspace
AdminManage databases, backups, and users
MemberRead access, basic operations

Managing Team Members

Remove Member

  1. Find the member in the list.
  2. Click Remove.
  3. Confirm the removal.

Workspace Resources

Each workspace has its own isolated set of:

ResourceScoped
Databases
Database Users
Backups
Backup Schedules
Audit Logs

Deleting a Workspace

Irreversible Action

Deleting a workspace will permanently delete all associated databases, users, backups, and settings. This action cannot be undone.

  1. Go to Workspaces in the sidebar.
  2. Click Delete on the workspace.
  3. Confirm deletion in the modal.

Best Practices

PracticeDescription
Separate environmentsUse different workspaces for dev/staging/prod
Limit ownersOnly trusted members should be owners
Regular auditsReview team access periodically
Descriptive namesName workspaces clearly

Next Steps