Skip to content

Manipulate the dev containers #1441

Description

@yuriy-yarosh

It would be nice if there would be a way to create folders and copy files to the target dev db containers

i.e. in case of tablespace folders creation or just installing some additional DB extensions from PGXN etc

CREATE TABLESPACE app_hot  OWNER app LOCATION '/var/lib/postgresql/app/hot';
CREATE TABLESPACE app_warm OWNER app LOCATION '/var/lib/postgresql/app/warm';
CREATE TABLESPACE app_cold OWNER app LOCATION '/var/lib/postgresql/app/cold';

I don't think atlas has any means to track tablespaces, so this also relates to #1440

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions