问题标签 [restore]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sql-server-2005 - 如何将 SQL 2005 数据库复制到另一台计算机?
我正在尝试在虚拟 PC 中重建 Web 服务器。安装了所需的软件和 Microsoft SQL Server 2005。我已经对我的数据库进行了完整备份,但在这个新安装中无法从这些备份中恢复。顺便说一句,备份很好,我可以在原始服务器上从它们恢复。
总之,如何将整个数据库复制到另一台计算机?如何备份数据库并在另一台计算机上完全还原?
问候, 布拉克
PS:我要恢复的数据库名为“Some_db”,它在新服务器上不存在。我还尝试使用默认值创建一个新的并在其上恢复,但这在新数据库上出现错误。我不知道数据库的任何细节。
sql-server - SQL Server 2005 对使用“NORECOVERY”恢复的数据库执行“RECOVERY”
我有完整的每周备份、每日差异备份和每小时事务日志备份。
为了恢复数据库,我恢复了完整备份,然后是最后一个差异备份,然后是所有事务日志备份,在除最后一个之外的所有恢复上指定 NORECOVERY。
我的问题是。如果我不小心恢复了设置了 NORECOVERY 标志的最后一个事务日志,此时是否可以运行命令来“恢复”数据库?
我正在使用 SQL Server 2005。
sql-server - 恢复备份时,如何断开所有活动连接?
由于活动连接,我的 SQL Server 2005 不会恢复备份。我怎么能强迫它?
sql-server - “使用替换”还原数据库 - 是否需要“使用移动”?
使用位置 A 中的文件创建数据库备份 数据库文件然后使用 ALTER DATABASE MODIFY FILE 移动到位置 B
现在使用文件位于位置 A 时创建的 WITH REPLACE 恢复备份。是否应使用新位置指定 WITH MOVE 选项?或者 WITH REPLACE 是否暗示使用当前位置而不管创建备份时它们在哪里?
sharepoint - WSS 3.0 Backup/Restore Root Site Collection to Sub-Site of New Site Collection
Our intranet was originally setup to be at the root of its site collection. We are trying to change this so that our new internet site will live in the root and the intranet will be a sub-site.
At this point I have created a new web application and site collection to house the internet and intranet. I used the 'stsadm -o backup' command to create a backup of our current intranet. I then ran the 'stsadm -o restore' command to restore the intranet site collection to http://wss/sites/intranet. This seems to have worked as I am able to access the intranet from this location.
The issue I now seem to have is that images, sub-sites, etc. are all making reference as if the intranet is still the root site. So for example a link to a sub-site is pointing to wss/department/technology/default.aspx and it needs to point to wss/sites/intranet/department/technology/default.aspx.
I am looking for help and/or clarification on two things:
- Am I approaching the migration of a root site collection to a sub-site the best way?
- How would I go about updating the link references so that they are based on the intranet now being a sub-site instead of the root site?
git - 从 Git 恢复文件?
该问题与“如何在致命文件系统错误后恢复 Git?”问题有关。,但对于单个文件。
我需要到达最后一个状态 2009-07-27 23:58,我需要文件:
崩溃后如何恢复文件?
补充:我在哪里可以找到文件?他们应该做什么?
格雷厄姆的小贴士
威廉的提示
configuration - Hudson Master 系统的备份配置
我需要 Hudson Master 系统的备份配置
详细信息 如果 Hudson Master 系统出现故障,我们需要能够尽快(可能需要 3 小时)将其恢复到不同的 VM 上。因此,我需要开发一种方法来可靠地备份配置并重新设置新的 VM。任何机构都可以让我一步一步地知道最好的方法。
谢谢
java - 在java中:拍摄目录的快照并恢复它
是否有一个库来获取文件夹,对其内容进行快照,进行一些修改,然后直接从 java 程序(即不是从命令行)将其恢复到以前的状态?
编辑:基本上,我正在处理一个非常大的文件夹:80mb,~7000 个文件。而且我只想尽快恢复修改过的文件。仅将所有内容复制回来看起来很耗时。
mysql - What additional steps are necessary to restore a mysql database from the physical files?
Referring to this question:
Restoring MySQL database from physical files
I would:
What will the permission state of the new db be? The same as the empty database before dropping the data files in? Do I just need to set permissions and repair tables?
mysql - mysql恢复另一台服务器上的文件
我在与生产数据库不同的远程服务器上有一个测试数据库。每隔一段时间,我想通过将我的生产数据库的副本上传到我的测试数据库来尝试和测试。不幸的是,备份文件现在只有一半,我无法通过 FTP 或 SSH 传输它。有没有一种简单的方法可以在服务器之间使用 mysql restore 命令?另外,还有另一种方法可以移动我不考虑的大文件吗?半场演出似乎没有那么大,我想人们经常会遇到这个问题。
谢谢!