Skip to content

Fix Zync dependency on PostgreSQL #17

@jlledom

Description

@jlledom

Zync needs a postgres instance available in the host, otherwise porta deps won't work. That forces the host to either:

  • Have a Postgres server installed and always running in the host
    • Not desirable, since it takes resources and it's not used often
  • Have a postgres server installed and start it manually before running porta deps
    • Not optimal, because the need to run a command manually makes porta-dev-tools less convenient
  • Launch a postgres container manually before running porta deps
    • Same problem as avobe

I suggest to launch the postgres container automatically before zync, so porta deps just works without any previous required step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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