woodRock / super-telegram

We are migrating an existing Web Map Service (WMS) to a different server. The existing services uses Apache, Postgres, Postgis (psql extention), and Mapserver. The new version of the server has an updated version of both Mapserver and Postgres installed. Between the major versions of Mapserver some of the syntax from the existing Mapfiles is now deprecated.
0 stars 0 forks source link

Disk space #10

Closed woodRock closed 3 years ago

woodRock commented 3 years ago

Goal

The wellmapsrvdev02 requires more diskspace for the pg_dump command to perform successfully.

Tasks

Success Criteria

There is enough disk space on the development server for the pg_dump command to perform successfully.

woodRock commented 3 years ago

We can run the following command to see how much diskspace is available on a Linux machine.

$ df -h

This command produces the following result:

disk-space

We see that we have nearly reached the 9.6 GB capacity of the Linux server.

woodRock commented 3 years ago

I have emailed Brent. He raised a ticket on Jira. To increase the storage space to 45B GB temporarily. Then back to 16 GB once the pg_dump has been performed.

woodRock commented 3 years ago

The ticket has been addressed by IT. The disk space allocated to server has been increased. The pg_dump was successful.