question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please provide information on how to use PostgreSQL as storage

See original GitHub issue

Since PostgreSQL is now supported (I know you need your own JDBC Driver) it would be neat to have at least some documentation on how to include the JDBC Driver (LuckPerms has one included but that is relocated from org.postgresql to me.lucko.luckperms.lib.postgresql and is for that reason not usable)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
mikeprimmcommented, Feb 8, 2021

Yep - when the PG support was originally done (via a PR), the dependency on the JDBC driver was up to the user to get and install (and what it took to add it was very platform specific). The new DEV build has the driver integrated in the Dynmap JAR on all platforms, so this should address that issue.

1reaction
whalehubcommented, Apr 3, 2021

@mikeprimm Can the MariaDB driver come bundled with Dynmap in future versions as well (see https://github.com/webbukkit/dynmap/issues/3023)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

15: Chapter 73. Database Physical Storage - PostgreSQL
This chapter provides an overview of the physical storage format used by PostgreSQL databases. ... please use this form to report a documentation...
Read more >
Introduction to PostgreSQL physical storage - Rach Belaid
The data files used by a database cluster are stored together within the cluster's data directory, commonly referred to as PGDATA (after the ......
Read more >
How To Install and Use PostgreSQL on Ubuntu 20.04
They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management ...
Read more >
Comparing MongoDB vs PostgreSQL
The rest of this article aims to provide information that helps make a safe ... The relational database model that PostgreSQL uses relies...
Read more >
Configure PostgreSQL extensions | Cloud SQL for ...
For more information about the extension, see the pg_cron section. Cloud SQL for PostgreSQL uses version 10 (or higher). pgcrypto, Provides cryptographic ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found