• GitHub
  • Documentation
  • Discord
  • Tip
search
  • chevron_right Threads
  • label Feedback

Why we have to setup postgresql in development environment?

zmrenwu
May 3, 2018
chat_bubble_outline 3
  • link
    zmrenwu
    Members 5 posts
    May 3, 2018, 6:35 a.m. May 3, 2018, 6:35 a.m.
    link

    Misago required postgresql as it database backend. But I think support sqlite3 in development environment is more convenient for developer.

  • link
    rafalp
    Project Lead 2027 posts
    May 3, 2018, 4:28 p.m. May 3, 2018, 4:28 p.m.
    link

    Hey!

    For developer convenience we are providing Docker config that will install and setup PostgreSQL database (as well as all other dependencies) without polluting it to your system.

    When you are using database specific features, using different database in production and different in development doesn't make any sense. You would have to somehow disable those features for users with Sqlite, but that would take previous extra work that is better put elsewhere 😉

    zmrenwu likes this.

    favorite 1

  • link
    zmrenwu
    Members 5 posts
    May 3, 2018, 4:51 p.m. May 3, 2018, 4:51 p.m.
    link

    Thanks! but I didn't see any docker related docs in official documentation, where can I find it?

  • link
    rafalp
    Project Lead 2027 posts
    May 3, 2018, 4:53 p.m. May 3, 2018, 4:53 p.m.
    link
    @zmrenwu

    Thanks! but I didn't see any docker related docs in official documentation, where can I find it?

    Its in our readme file, under the "Development" section ;)

arrow_upward Go to top
  • This site uses cookies to gather statistical data for use in traffic analysis.
  • GitHub
  • Documentation
  • Discord
  • Tip
  • Terms of service
  • Privacy policy
powered by misago