• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue How can I populate my database in Plesk?

clayshannon

New Pleskian
Note: I asked this question on Stack Overflow, too, here.

I cannot find much in the way of written instructions on how to copy my database to Plesk.

This tutorial page simply says, "To create a database and a database user: Go to Databases > Add Database."

And then it shows a screenshot which does not match what I have; specifically, it shows an "Import Dump" button which I do not have:

SimplisticDBInstructions.png

This is what I see:

noImportDumpButton.png

(as you can see, I have no "Import Dump" button).

I zipped a .bak file of my database contents and uploaded it to the File Manager's Files section:

_ZippedDBBackupInFileManagerHomeDir.png

...but how do I move it from there to the Database area, and what do I then do to populate my tables with the contents of the .bak file?

Is this something that should be done using Microsoft SQL Server Management Studio, or from "My Little Admin," or what?

I was able to create the (empty) tables by running a script.sql file I generated from my local database. My Little Admin indicates that the empty tables do exist on the server, for example here is the ACTORS table:

MLA_Actors.png

OTOH, SSMS shows that the database exists, but shows no tables:

MSSMS_VertPano.png

My site (Flix4Fams) is useless without my database. I need to know how to get the data from my .bak file (or however it needs to be done) into the database.
 
Back
Top