Options Advanced mode

The advanced options are only shown when the installer mode is set to "Advanced." This section allows users to change or set advanced options, configure additional database settings and set other configuration options in the wp-config.php file.

Advanced Tab

These are the advanced options for advanced users.
Option Details
Processing
Extraction
Mode
Manual Archive Extraction
Set the Extraction value to "Manual Archive Extraction" when the archive file has already been manually extracted on the server. This can be done through your host's control panel such as cPanel or by your host directly. This setting can be helpful if you have a large archive file or are having issues with the installer extracting the file due to timeout issues.

PHP ZipArchive
This extraction method will use the PHP ZipArchive code to extract the archive zip file.

PHP ZipArchive Chunking
This extraction method will use the PHP ZipArchive code with multiple execution threads to extract the archive zip file.

Shell-Exec Unzip
This extraction method will use the PHP shell_exec to call the system unzip command on the server. This is the default mode that is used if it's available on the server.

DupArchive
This extraction method will use the DupArchive extractor code to extract the daf-based archive file.
Server
Throttling
If the current host is a budget host that monitors CPU usage, then users might want to consider checking this box to help slow down the process and not kick off any high-usage monitors.
Extraction Flow
Archive Action Extract files over current files
The existing site files will be overwritten with the contents of the archive.zip/daf.

Pro Remove WordPress core and content and extract
The existing WordPress core files and WordPress content directory will be removed, and then the archive will be extracted.

Pro Remove all files except add-on sites and extract
All files except an add-on site will be removed, and then the archive will be extracted. An add-on site is a site/domain that is stored in a directory off of your main site that has been "added on" to your main hosting account. For instance, when you purchased a hosting account it could be for a.com. Then after that, you decided to add b.com and c.com to the same hosting account. The structure of this setup is often the following although it can vary some:
  • /public_html - contains files for a.com
  • /public_html/b.com - contains files for b.com
  • /public_html/c.com - contains files for c.com
The directories /public_html/b.com and c.com contain the files for the add-on sites b.com and c.com (so the option above means that b.com and c.com would be preserved and not deleted when you installed to a.com)
Skip Files Extract all files
Extract all files from the package archive. This option is selected by default.

Pro Skip extraction of WordPress core files
Extract all files except WordPress core files. Choose this option to extract only the wp-content folder and other non-core WordPress files and directories.

Pro Skip extraction of WordPress core files and plugins/themes existing on host
Extract all files except WordPress core files and existing plugins/themes on the current host.

Pro Extract only media files and new plugins and themes
Extract all media files, new plugins, and new themes. The installer will not extract plugins and themes that already exist on the destination site.
File Times When the archive is extracted it should show the current date-time or keep the original time it had when it was built. This setting will be applied to all files and directories. Note: Setting the Original time is currently only supported when using the ZipArchive Format.
File
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to files. This option is not available on Windows machines.
Directory
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to directories. This option is not available on Windows machines.
Configuration Files
WordPress
wp-config
Do nothing
This option simply does nothing. The wp-config file does not get backed up, renamed, or created. This advanced option assumes you already know how it should behave in the new environment. This option is for advanced technical persons.

Modify original
This is the default recommended option which will modify the original wp-config file.

Create new from wp-config sample
This option creates a new wp-config file by modifying the wp-config-sample.php file. The new wp-config.php file will behave as if it was created in a fresh, default WordPress installation.

Apache
.htaccess
Do nothing
This option simply does nothing. The .htaccess is not backed up, renamed, or created. This advanced option assumes you already have your .htaccess file set up and know how it should behave in the new environment. When the package is built it will always create an .htaccess file at this location: /dup-installer/original_files_[HASH]/.htaccess Since the file is already in the archive file it will show up when the archive is extracted.

Retain original from Archive.zip/daf
This option simply copies the /dup-installer/original_files_[HASH]/.htaccess file to the .htaccess file. Please note this option will cause issues with the install process if the .htaccess is not properly set up to handle the new server environment. This is an advanced option and should only be used if you know how to properly configure your .htaccess configuration.

Create New
This is the default recommended option which will create a new .htaccess file. The new .htaccess file is streamlined to help guarantee no conflicts are created during install.

Notes: Inside the archive.zip or archive.daf will be a copy of the original .htaccess (Apache) file that was set up with your packaged site. The .htaccess file is copied to /dup-installer/original_files_[HASH]/source_site_htaccess. When using either "Create New" or "Retain original from Archive.zip/daf" an existing .htaccess file will be backed up to a /wp-content/backups-dup-lite/installer/original_files_[HASH]/source_site_htaccess. This change will not made until the final step is completed, to avoid any issues the .htaccess might cause during the install
General
php.ini, .user.ini,
web.config
OVERVIEW
When the archive is built it will always create an original backup of the php.ini, .user.ini, and web.config files ("Config Files") if they exist. The backups will be in the following location within the archive file without an extension. Original File Backups
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_phpini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_userini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_webconfig
If there are "Config Files" on the new server, backups may also optionally be created. Backup [location] is defined by the following:
  • source_site Backup of original file when the archive was created on the source host
  • installer_host Backup of original file before the installer starts on active host

ACTIONS
Do nothing
This option performs no actions and assumes you already have your configuration files set up properly; either on the server or in the archive. If the same "Config Files" exist in both the deploy directory and the archive, then the archive files will overwrite any configuration files that exist at the same location in the archive.


Retain original from Archive.zip/daf
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. The installer last step copies all "Config Files" from the archive backups to the correct location on the new host. They are copied from this location:
    /dup-installer/original_files_[HASH]/source_site_[CONFIG-TYPE]

Reset
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. If any "Config Files" already exist in the archive they will be deployed "as is" to the location that matches the archive file structure.
General
Logging The level of detail that will be sent to the log file (installer-log.txt). The recommended setting for most installs should be "Light." Note if you use Debug the amount of data written can be very large. Debug is only recommended for support.
Cleanup Pro Remove disabled plugins/themes
Remove all inactive plugins and themes when installing site. Inactive users will also be removed during subsite to standalone migrations.

Pro Remove users without permissions
Removes users that currently do not have any permissions associated with their accounts.
Safe Mode Safe mode is designed to configure the site with specific options at install time to help overcome issues that may happen during the install where the site is having issues. These options should only be used if you run into issues after you have tried to run an install.

Disabled
This is the default. This option will not apply any additional settings at install time.

Enabled
When enabled the safe mode option will disable all the plugins at install time. Note: When this option is set you will need to manually re-enable the plugins that need to be enabled after the install from the WordPress admin plugins page.


Database Tab

These are the advanced options for database configuration.
Option Details
Table Prefix Pro This option allows changing the table prefix to other than the package creation site's table prefix. The table prefix is the value placed in the front of your database tables. It is possible to have multiple installations in one database if you give each WordPress site a unique prefix.
Mode Modes affect the SQL syntax MySQL supports (and others such as MariaDB) . This setting performs various data validation checks. This makes it easier to use MySQL in different environments and to use MySQL together with other database servers. It is very useful when running into conversion issues. The following options are supported:
  • Default: This is the recommended setting to use. It will use the current Database mode setting.
  • Disable: This will prevent the database engine from running in any mode.
  • Custom: This option will allow you to enter a custom set of mode commands. See the documentation link below for options.
For a full overview please see the MySQL mode and MariaDB mode specific to your version. To add a custom setting enable the Custom radio button and enter in the mode(s) that needs to be applied.
Processing Chunking mode
Split the work of inserting data across several requests. If your host throttles requests or you're on a shared server that is being heavily utilized by other sites then you should choose this option. This is the default option.

Single step
Perform data insertion in a single request. This is typically a bit faster than chunking, however it is more susceptible to problems when the database is large or the host is constrained.
Create Run all CREATE SQL statements at once. This option should be checked when source database tables have foreign key relationships. When choosing this option there might be a chance of a timeout error. Uncheck this option to split CREATE queries in chunks. This option is checked by default.
Objects Allow or Ignore objects for "Views," "Stored Procedures," "Functions" and "DEFINER" statements. Typically the defaults for these settings should be used. In the event you see an error such as "'Access denied; you need (at least one of) the SUPER privilege(s) for this operation" then changing the value for each operation should be considered.


URLs & Paths Tab Pro

In the tab "URLs & Paths," you can read the current path of all the various path configurations for the WordPress site. These are advanced options that should only be edited if you know the correct path. These options are editable in the Pro version. These paths and URLs are set automatically by the package installer. You can set these paths and URLs manually. If you are changing it, please make sure you are putting the right path or URL.


Raksha Bandhan 2025: A Sacred Thread of Love, Protection
Home Important Days Raksha Bandhan 2025 – Celebrating the Eternal Bond of Love and Protection

Raksha Bandhan 2025 – Celebrating the Eternal Bond of Love and Protection

0
1598

Introduction to Raksha Bandhan – Bound by Heart, Tied with Rakhi

Raksha Bandhan – A Thread of Love, A Promise for Life, derived from the Sanskrit words “Raksha” (protection) and “Bandhan” (bond), is a Hindu festival that celebrates the sacred relationship between brothers and sisters.

Raksha Bandhan is much more than just tying a rakhi — it’s a heartfelt celebration of the timeless bond, love, and memories shared between siblings. In 2025, this cherished festival graces us during the sacred month of Shravan, adding a divine touch to its emotional depth. It’s a moment to pause, reconnect, and honor the thread that ties hearts together, no matter the distance or time apart.


Raksha Bandhan – A Sacred Bond of Protection

Raksha Bandhan, meaning “Bond of Protection” in Sanskrit, is a traditional Indian festival that celebrates the deep emotional bond between brothers and sisters. On this day, sisters tie a rakhi (sacred thread) on their brothers’ wrists, praying for their happiness and safety, while brothers vow to protect them throughout life. The ritual symbolizes love, trust, and mutual respect, making it a heartfelt expression of family ties.


Mirroring Emotional and Cultural Values

Raksha Bandhan beautifully reflects both emotional and cultural values by honoring the deep A Sacred Bond that Time Can’t Break between siblings. Culturally, the festival reinforces family unity, respect for traditions, and the importance of relationships in Indian society. Through its rituals and sentiments, Raksha Bandhan strengthens not just sibling ties, but also the broader values of love, duty, and togetherness that lie at the heart of Indian culture.


Why It Is Celebrated

On this special day, sisters lovingly tie a rakhi— A Knot of Protection, A Tie of Emotions — a beautifully adorned thread—on their brothers’ wrists, offering prayers for their happiness and prosperity, while brothers, in return, promise to protect them always and give heartfelt gifts as a token of their love. The festival symbolizes love, trust, and duty between siblings. Its roots trace back to mythological stories, such as that of Lord Krishna and Draupadi, and historical events like Rani Karnavati sending a rakhi to Emperor Humayun for help.


When It Is Celebrated

Raksha Bandhan is celebrated on the full moon day (Purnima) of the Hindu month of Shravan, which typically occurs in the month of August each year. The Purnima Tithi for Raksha Bandhan 2025 begins at 2:12 PM on August 8 and ends at 1:24 PM on August 9, making the morning of August 9 the ideal time for the celebration.


History of Raksha Bandhan

One of the earliest references comes from the Mahabharata, where Draupadi tied a strip of cloth to Lord Krishna’s bleeding wrist. In return, Krishna vowed to protect her, which he later did during her public humiliation.

Another historical tale speaks of Rani Karnavati of Mewar, who sent a rakhi to Mughal Emperor Humayun seeking protection from an invasion. Honoring the bond, Humayun rushed to help her, though he arrived too late. These stories highlight the rakhi as a symbol of trust and protection.


Significance of Raksha Bandhan

Raksha Bandhan celebrates the bond of love, protection, and responsibility between siblings. The sister gently tied a sacred thread of love and care around her brother’s wrist, and with a heart full of emotion, he promised to stand by her side and protect her for a lifetime.

In today’s context, the festival extends beyond siblings to reflect respect and mutual care in various relationships. It reinforces family values, emotional ties, and cultural traditions in Indian society.


Shubh Muhurat for Raksha Bandhan – Tied with Love, Sealed with a Promise

This year, Raksha Bandhan will be celebrated with joy and devotion on August 9, 2025. The shubh muhurat (auspicious period) for tying the Rakhi is from 5:47 AM to 1:24 PM (Indian Standard Time), which aligns with the Purnima Tithi that begins at 2:12 PM on August 8 and ends at 1:24 PM on August 9.

This year, the inauspicious Bhadra Kaal concludes before sunrise, making the entire window from early morning through early afternoon ideal for the sacred ceremony. Hence, the best time to perform the Rakhi ritual in 2025 is during the morning-to-early-afternoon window on August 9.


Rakhi – A Silent Whisper of Love and Protection

Performing Raksha Bandhan rituals during the right muhurat is believed to enhance the spiritual and emotional value of the ceremony. In Hindu tradition, a shubh muhurat aligns with favorable planetary positions, ensuring that the blessings of the ritual are fully received.

Tying the rakhi during this auspicious time is said to strengthen the bond between siblings, invite divine protection, and bring prosperity, peace, and harmony to the family. Avoiding inauspicious periods like Bhadra Kaal ensures the ritual is performed with positivity and spiritual alignment.


A Knot of Care That Time Can Never Untie

On Raksha Bandhan, the sister prepares a thali with rakhi, roli (kumkum), rice, diya, sweets, and ties the rakhi on her brother’s right wrist after applying a tilak and performing his aarti. She prays for his well-being while chanting a protective mantra. The ritual symbolizes love, trust, and the sacred bond between siblings.

Some families also worship deities like Lord Ganesha or Vishnu before the ceremony for added blessings.


One Thread, A Thousand Emotions

Raksha Bandhan in 2025, falling on Saturday, August 9, is set to be especially emotional and meaningful for families, as it offers a perfect weekend gathering opportunity after years of pandemic-era disruptions and busy schedules.

With the auspicious muhurat falling in the morning (5:47 AM to 1:24 PM) and no Bhadra Kaal conflict, families can come together without time constraints. The festival not only celebrates the sacred bond between siblings but also becomes a moment to reconnect, express gratitude, and create cherished memories in a year that many see as a return to heartfelt traditions.


Ways of Celebrations in India

Raksha Bandhan is celebrated across India with shared rituals and regional variations that reflect the country’s rich cultural diversity. The sister tied colorful thread of affection, perform aarti, and exchange sweets and gifts, symbolizing love and protection.

  • In Rajasthan, women also tie Lumba Rakhis on their sisters-in-law’s bangles.
  • In Gujarat, it aligns with Pavitropana, a ritual of purification.
  • Maharashtra observes it alongside Narali Purnima, especially among coastal communities.
  • In South India, the festival is increasingly celebrated in urban areas.

Today, Raksha Bandhan extends beyond blood relations, with rakhis tied to cousins, close friends, and even non-biological brothers, making it a beautiful celebration of emotional bonds and social harmony.