Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8800095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:29:45+00:00 2026-06-14T00:29:45+00:00

I am trying to recover a database created in PostGIS and hosted here (under

  • 0

I am trying to recover a database created in PostGIS and hosted here (under resources):

https://github.com/cecois/dossin_art_api

I am able to download the file and open it as a text file but I do not know the file type extension which I should use to import this file into MySQL or view it in a meaningful way. Any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:29:46+00:00Added an answer on June 14, 2026 at 12:29 am

    It’s a PostgreSQL archive file created by pg_dump, which doesn’t necessarily have any particular file type extension. Use pg_restore to restore the file to a PostreSQL database. You will need to install PostgreSQL and PostGIS, if you haven’t already done.

    First create an empty database:

    CREATE DATABASE altartlas;
    

    Then connect to this database, and spatially enable it (requires PostGIS to be installed):

    CREATE EXTENSION postgis;
    

    Now from the system console, restore the file to the database:

    pg_restore -U postgres -O -d altartlas altartlas_db
    

    Realistically, it would probably be simpler to request the original author for the data in a simpler format (CSV, Shapefile, etc.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to recover some fonts from an epub created with InDesign. I
I'm trying to recover a table in a MySQL database from Time Machine, however
Trying to copy the msdn refernce here doesn't work and gives an error I
I'm trying to get database mirroring to work on SQL Server 2008 between two
I am trying to implement CoreData in my application to store a small database.
Here is what sp_helpfile says about my current database (recovery model is Simple) in
I'm trying to shrink the log of a database AND set the recovery to
I have a single thread trying to connect to a database using JDBCTemplate as
Not sure if this is a duplicate of https://stackoverflow.com/questions/2951016/sql-server-2005-partial-filegroup-restore-on-qa-database , but if so then
I'm writing a small database adapter in Python, mostly for fun. I'm trying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.