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.


International Yoga Day 2025: Yoga for One Earth, One Health
Home General International Yoga Day 2025: Breathe. Stretch. Heal.

International Yoga Day 2025: Breathe. Stretch. Heal.

0
2538

Introduction

Yoga is an ancient practice that originated in India thousands of years ago, combining physical postures, breathing techniques, and meditation to promote overall well-being. This practice cultivates harmony between body, mind, and spirit, leading to increased flexibility, strength, and mental sharpness.

International Yoga Day, celebrated annually on June 21st, was established by the United Nations in 2014 to raise awareness about the benefits of yoga. This day encourages people worldwide to engage in yoga practices, fostering a sense of community and promoting health and wellness. It serves as a reminder of the importance of physical and mental wellness in our fast-paced lives, inviting everyone to take a moment to connect with themselves through this transformative discipline.

Significance of June 21 as Yoga Day

India has been instrumental in globalizing yoga, a practice that dates back thousands of years and is deeply rooted in its cultural and spiritual heritage. The philosophical foundations of yoga, encapsulated in ancient texts like the Vedas and the Bhagavad Gita, have provided a starting point for its evolution. In the 20th century, prominent yogis and spiritual leaders, such as Swami Vivekananda and B.K.S. Iyengar, traveled to the West, sharing their knowledge and practices. This interaction not only introduced yoga to new audiences but also fostered a cultural exchange that enriched the practice, allowing it to resonate with people from diverse backgrounds.

The establishment of renowned yoga institutions in India, such as the Krishnamacharya Yoga Mandiram and the Bihar School of Yoga, further solidified the country’s role as a global leader in yoga education. These institutions have adapted their teachings for international students, promoting a blend of traditional practices and contemporary wellness approaches.

The initiative to take yoga to a global level was taken by Prime Minister Narendra Modi in his UN address in 2014. The resolution garnered significant backing, and on 21 June 2015, the first International Yoga Day was celebrated successfully.

The celebration of International Yoga Day on June 21 heightened global awareness and participation in yoga, encouraging people around the world to embrace its physical and mental health benefits. As a result, India has successfully preserved and propagated yoga, creating a worldwide community that appreciates its profound impact on well-being and spirituality.

Theme of Yoga Day 2025

Marking the 11th International Day of Yoga this year, our focus is on the unifying theme of “Yoga for One Earth, One Health.” Our health is intrinsically linked to the health of the Earth, a powerful idea to remember. Practicing yoga not only strengthens our bodies but also calms our minds, fostering a heightened sense of awareness and responsibility in our everyday lives. This mindfulness empowers us to make healthier and more sustainable choices, ultimately benefiting both ourselves and the Earth. By nurturing ourselves, we cultivate a greater care for our planet, embodying the timeless Indian philosophy of Vasudhaiva Kutumbakam — recognizing that the world truly is one family. We should embrace this holistic approach and dedicate ourselves to a healthier future for both ourselves and the planet.

Benefits of Yoga

Practicing yoga offers great benefits for both the body and mind. On the physical aspect, it helps cure several diseases, improves posture, and enhances body strength. On the mental aspect, it helps in self-discovery and emotional well-being.

Physical Benefits

  • Improved Flexibility: Regular practice enhances flexibility in muscles and joints, allowing for greater ease of movement and reducing the risk of injuries.
  • Increased Strength: Many yoga poses engage different muscle groups, building strength throughout the body. This can enhance overall physical performance in various activities.
  • Better Posture: Yoga promotes awareness of body alignment, which can lead to improved posture. Good posture helps prevent strain and discomfort in daily life.
  • Enhanced Breathing: Pranayama, or breath control, teaches practitioners to breathe deeply and consciously, improving lung capacity and respiratory health.
  • Pain Management: The gentle movements in yoga can assist in alleviating chronic pain, making it a valuable complementary approach for conditions like arthritis or back pain.

Mental Benefits

  • Stress Relief: Yoga encourages relaxation through mindful movement and controlled breathing, providing effective tools to manage stress and cultivate calmness.
  • Emotional Well-being: Incorporating mindfulness and meditation can lead to better mood regulation and reduced anxiety and depression, promoting emotional balance.
  • Increased Mindfulness: The practice fosters greater awareness of thoughts and emotions, helping individuals stay present and engaged in daily activities.
  • Better Sleep: Practicing yoga can promote relaxation and alleviate tension, which, in turn, can enhance sleep quality and combat insomnia.

Spiritual Benefits

  • Self-Discovery: Yoga encourages introspection, offering a path for self-exploration and personal growth. Practitioners often gain deeper insights into themselves and their stressors.
  • Connection to a Community: Joining yoga classes creates a sense of belonging and connection, fostering supportive relationships among practitioners.
  • Spiritual Awareness: Many forms of yoga incorporate aspects of spirituality through meditation and philosophy, helping individuals connect to their inner selves and a greater sense of purpose.

Popular Yoga Styles and Poses

Popular Yoga Styles

Yoga encompasses a variety of popular styles, each with its own approach and advantages.

  • Hatha Yoga: It is a basic style built on the integration of postures, breathing exercises, and meditation.
  • Vinyasa Yoga: This style emphasizes smooth transitions between poses and incorporates breath with movement, creating a flowing practice. It’s often more dynamic and can vary in intensity.
  • Ashtanga Yoga: A precisely ordered sequence of postures performed in coordination with the breath.
  • Iyengar Yoga: Focused on alignment and precision, this style uses props like blocks and straps to help practitioners achieve correct posture. It’s particularly beneficial for rehabilitation and improving flexibility.
  • Bikram Yoga: Conducted in a heated room, this style consists of a set sequence of 26 poses intended to promote detoxification and flexibility through heat.
  • Yin Yoga: A slower-paced practice that involves holding poses for longer durations, focusing on deep stretching and relaxation. It targets connective tissues and promotes mindfulness.
  • Kundalini Yoga: Combining postures, breathing techniques, and meditation, this style aims to awaken kundalini energy at the base of the spine, promoting spiritual and physical growth.

Popular Yoga Poses:

  • Mountain Pose (Tadasana): A foundational standing pose that promotes balance and stability.
  • Downward Facing Dog (Adho Mukha Svanasana): A rejuvenating inversion that stretches the entire body and strengthens the arms and legs.
  • Warrior I (Virabhadrasana I): Builds strength in the legs and opens the hips and chest while promoting focus and determination.
  • Tree Pose (Vrksasana): A balancing pose that enhances concentration and stability while opening the hips.
  • Cobra Pose (Bhujangasana): A gentle backbend that stretches the spine and opens the chest, promoting flexibility and strength.
  • Child’s Pose (Balasana): A restorative pose that calms the mind and releases tension, perfect for relaxation.
  • Bridge Pose (Setu Bandhasana): Strengthens the back and opens the heart while improving circulation.

Each of these styles and poses has its unique benefits, allowing practitioners to find a practice that resonates with their goals and preferences.

How India Celebrates Yoga Day

The proposal for Yoga Day was first introduced by Prime Minister Narendra Modi during the opening of the 69th session of the General Assembly. Since the day is deeply rooted in India, the International Day of Yoga is celebrated with great enthusiasm across the nation. Various events are organised at different levels by government organisations, private institutions, and schools.

Government Activities

The Government of India initiates various yoga sessions, contests, and quizzes to celebrate the International Day of Yoga. Individuals can participate in these activities based on their interests.

To register and participate in any activity, you can visit this link: https://secure.mygov.in/campaigns/international-day-yoga/

PM Yoga Awards 2025

The Hon’ble Prime Minister announced the Yoga Awards on the second International Day of Yoga to honor individuals and organizations that have significantly impacted society through the promotion and development of Yoga. These awards are held annually on June 21st on the International Day of Yoga. The awards recognize exemplary contributions at both national and international levels. There are four categories: National Individual, National Organization, International Individual, and International Organization, aimed at entities with a strong track record in Yoga. Winners from India receive the National Awards, while the International Awards are open to both Indian and foreign entities.

Best YouTube channels and apps

These are the best YouTube channels you can leverage in your yoga journey.

  1. Swami Ramdev: a well-known Ayurveda and yoga practitioner
  2. Bharti Yoga, a certified yoga practitioner, aims to educate people about yoga and help them achieve their fitness goals
  3. Yoga with Adriene offers free yoga videos for all levels, all bodies, and all genders
  4. The Yoga Institute: Founded in 1918 by Shri Yogendraji, The Yoga Institute is the oldest organized yoga center in the world

Conclusion

In conclusion, yoga is more relevant today than ever. With people mostly suffering from obesity and other diseases, yoga is the most effective way to reduce these down. The practice of yoga serves as a powerful tool for enhancing physical health, mental clarity, and spiritual growth. By integrating these dimensions, individuals can experience a more balanced and fulfilling life.